home *** CD-ROM | disk | FTP | other *** search
/ Max Calendar 2002 / Max Calendar 2002.iso / pc / Data / Utility.dxr / 00007_Bottone Esci.ls < prev    next >
Encoding:
Text File  |  2001-10-17  |  200 b   |  13 lines

  1. global gMark
  2.  
  3. on mouseUp
  4.   eliminaPuppetCal()
  5.   identificatore = char 1 to 3 of gMark
  6.   if identificatore = "Age" then
  7.     SalvaTxt()
  8.     go("Esci", "Main")
  9.   else
  10.     go("Esci", "Main")
  11.   end if
  12. end
  13.